Common Application Code
Common code that can be used across Android applications
 All Classes
Static Public Member Functions | Static Package Attributes
com.kiwi.Log.Log Class Reference

List of all members.

Static Public Member Functions

static void setLogFileSize (int size)
static int getLogFileSize ()
static void enableLogging ()
static void disableLogging ()
static void setLogLevel (LOG_LEVEL lvl)
static void enableFileLogging (String logFilePath)
static void disableFileLogging ()
static String getLogFileName ()
static void close ()
static void i (String tag, String string)
static void i (String tag, String string, Exception e)
static void e (String tag, String string)
static void e (String tag, String string, Exception e)
static void d (String tag, String string)
static void d (String tag, String string, Exception e)
static void v (String tag, String string)
static void v (String tag, String string, Exception e)
static void w (String tag, String string)
static void w (String tag, String string, Exception e)

Static Package Attributes

static boolean fileLoggingEnabled = false

The documentation for this class was generated from the following file:
 All Classes